home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 087 / tcomm.arc / TCTIME.H < prev    next >
Encoding:
C/C++ Source or Header  |  1987-06-25  |  327 b   |  19 lines

  1. /*
  2. **    lctime.h - programmable timer interrupt handler for
  3. **               litecomm
  4. **    Copyright (c) 1987 - Information Technology, Ltd.
  5. */
  6.  
  7. #ifndef LCTIME
  8. #define LCTIME    1
  9.  
  10. extern volatile unsigned _secs_rem;
  11.  
  12. extern int lc_insclock(void);
  13.  
  14. extern void lc_setclock(unsigned);
  15.  
  16. extern void lc_clrclock(void);
  17.  
  18. #endif
  19.